*{
    margin: 0;
    padding: 0;
}

.contenedor{

    display: flex;

}

nav{    

    display: flex;
    align-self: center;
    justify-content: center;
    background-color: #cca525;
    font-size: 16px;
 
}

nav > div> a > h2{

text-transform: uppercase;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}


ul{

    display: none;
    position: absolute;
    background-color: #cca525;
    font-size: 16px;
}

h2:hover ul{

    display: block;
    
    
    
}

.text{
    
float: left;
padding: 5px 1px;
text-align: center;
text-transform: uppercase;
width: 100%;
height: 100%;
font-size: 16px;
align-items: center;    
   
}

.text:hover{
    transform: scale(1.1);
    background-color:  rgb(18, 79, 90);
    box-shadow: 0px 0px 10px 0px;

}
.menu > li > a{
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 1px;    
    
}
.menu > li > a:hover{
    background-color:  rgb(18, 79, 90);

}

.articulo {

    color: rgb(75, 75, 248);
    text-align: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

form{
    width: 400px;
    background-color: #24303c;
    padding: 30px; 
    margin: auto;
    margin-top: 30 px;
    border-radius: 4px;
font-family: 'calibri';

}
.titulo{
    text-align: center;
 color: aquamarine;
 
}
.controls{
width: 100%;
background-color: #24303c;
color: aliceblue;
padding: 10px;
border-radius: 4PX;
margin-bottom: 16px;
border: 1px solid #1f53c5;
}
:focus {
outline: 1px solid #1f53c5;

}
    


.button {
    background-color: aquamarine;
    color: #24303c;
    cursor: pointer;
    transition: 0s;
    padding: 10px;
    width: 100px;
    height: 30px;
    &:hover{ background: rgb(146, 196, 146);}
}
label{
        color: aqua;

}

textarea {
    color: azure;
background-color: #24303c


}

.titulo1{

    text-align: center;
}
.subtitulo1{

    text-align: center;
}